home *** CD-ROM | disk | FTP | other *** search
- Path: EU.net!sun4nl!xs4all!usenet
- From: maris@xs4all.nl (Anthony Moendir)
- Newsgroups: comp.lang.c++
- Subject: Newbie: Simple Button Question
- Date: Tue, 30 Jan 1996 23:21:13 GMT
- Organization: XS4ALL, networking for the masses
- Message-ID: <4el9ft$h1t@news.xs4all.nl>
- NNTP-Posting-Host: ztm02-06.dial.xs4all.nl
- X-Newsreader: Forte Free Agent 1.0.82
-
- Can anyone tell me wat's wrong with this code?
- The button does'n work
-
- Thanx Anthony
-
-
- #include <owl\button.h>
-
- const WORD ID_BUTTON = 100;
-
- DEFINE_RESPONSE_TABLE1(TPespMainWindow, TDecoratedFrame)
- EV_COMMAND(ID_BUTTON, FUNC),
- END_RESPONSE_TABLE;
-
- //In constructor
- new TButton(this, ID_BUTTON, "Do something", 498 , 12, 150, 30,
- FALSE);
-
-